projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78e219
)
init script: Enable to run xend stop when dom0 shutdown
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 5 Mar 2009 15:06:06 +0000
(15:06 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 5 Mar 2009 15:06:06 +0000
(15:06 +0000)
Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com>
tools/hotplug/Linux/init.d/xend
patch
|
blob
|
history
diff --git
a/tools/hotplug/Linux/init.d/xend
b/tools/hotplug/Linux/init.d/xend
index 4bfc799465312ebce1ec31efc798beaeb2c2d322..32dfc84132cd154c76148d398abc00acd011b2e8 100755
(executable)
--- a/
tools/hotplug/Linux/init.d/xend
+++ b/
tools/hotplug/Linux/init.d/xend
@@
-39,11
+39,13
@@
function await_daemons_up
case "$1" in
start)
+ touch /var/lock/subsys/xend
xend start
await_daemons_up
;;
stop)
xend stop
+ rm -f /var/lock/subsys/xend
;;
status)
xend status